home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / bbs_door / dwall_22.zip / DWALL.CFG < prev    next >
Text File  |  1996-01-27  |  12KB  |  254 lines

  1. ; Dirty Wall configuration file
  2. ;
  3. ; Any text following a semi-colon (;), and blank lines, are ignored.
  4. ;
  5. ;------------------------------------------------------------------------------
  6. ;
  7. ;  BBS system directory. Indicates where the door information file (drop file)
  8. ;  can be found. Remove the semi-colon (;) to activate this option.
  9. ;
  10. ;BBSDir    C:\BBS
  11. ;
  12. ;------------------------------------------------------------------------------
  13. ;
  14. ;  Local mode override. Forces dirty wall to always operate in local test mode.
  15. ;  Remove the semi-colon (;) to activate this option. When this mode is
  16. ;  activated, no door information file is required and default settings are
  17. ;  used for the user's name, location, etc.
  18. ;
  19. ;LocalMode
  20. ;
  21. ;------------------------------------------------------------------------------
  22. ;
  23. ;  Door personality setting. This setting selects one of a number of sysop
  24. ;  interface personalities. Each personality setting emulates the status line
  25. ;  format and sysop function keys of a particular BBS package. Valid
  26. ;  personality settings are:
  27. ;
  28. ;                     Standard            (OpenDoors style, similar to RA 1.11)
  29. ;                     PCBoard
  30. ;                     RemoteAccess
  31. ;                     Wildcat
  32. ;
  33. Personality    Standard
  34. ;
  35. ;------------------------------------------------------------------------------
  36. ;
  37. ;  BBS node number that Dirty Wall is running on. Only used if OpenDoors is 
  38. ;  unable to determine the node number by some other means. This overrides the
  39. ;  -N command line parameter, I do not recommend using this statement, since 
  40. ;  the -N comand line parameter is much better. Use this only if you have 
  41. ;  multiple config files! make sure no two nodes will use the same node number
  42. ;  since that would mess up the posts.
  43. ;
  44. ;Node    1
  45. ;
  46. ;------------------------------------------------------------------------------
  47. ;
  48. ;  Maximum length of time a user is permitted to access the door. If the user's
  49. ;  total remaining time on the BBS is less than this value, the user will only
  50. ;  be permitted to access the door for this shorter length of time. This option
  51. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  52. ;  When this option is disabled, the user will be permitted to use the full
  53. ;  of their remaining time on the BBS within the door.
  54. ;
  55. ;MaximumDoorTime    15
  56. ;
  57. ;------------------------------------------------------------------------------
  58. ;
  59. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  60. ;  without the user pressing any key, before the user will be automatically
  61. ;  disconnected. A value of 0 disables inactivity timeouts.
  62. ;
  63. InactivityTimeout    200
  64. ;
  65. ;------------------------------------------------------------------------------
  66. ;
  67. ;  Name of the sysop. OpenDoors can usually determine the sysop's name from the
  68. ;  information passed to the door by the BBS. However, some BBS software does
  69. ;  not supply this information to doors. In such cases, the sysop name should
  70. ;  be supplied here. Remove the semi-colon (;) to activate this option.
  71. ;
  72. ;SysopName    The Sysop
  73. ;
  74. ;------------------------------------------------------------------------------
  75. ;
  76. ;  Name of the BBS. OpenDoors can usually determine the name of the BBS from
  77. ;  the information passed to the door by the BBS. However, some BBS software
  78. ;  does not supply this information to door programs. In such cases, the 
  79. ;  system name should be supplied here. Remove the semi-colon (;) to activate 
  80. ;  this option.
  81. ;
  82. ;SystemName    Unnamed BBS
  83. ;
  84. ;
  85. ;------------------------------------------------------------------------------
  86. ;
  87. ;  Use handles on the wall? ... set to "Yes" or "No" ... the command line
  88. ;  option "-H" can override this, if it is set to no!
  89. ;
  90. UseHandles     Yes
  91. ;
  92. ;------------------------------------------------------------------------------
  93. ;
  94. ;  Allow anonymous posting? Once a use has posted anonymous not even the
  95. ;  sysop can see who posted. So if youw ant to know who posted everything
  96. ;  set this to No.
  97. ;
  98. Anonymous      No
  99. ;
  100. ;------------------------------------------------------------------------------
  101. ;
  102. ;  Memory swapping options. Dirty Wall has to shell to the poster program
  103. ;  so it will swap itself out of memory if possible. "SwappingDir" can be used
  104. ;  to specify which directory or directories should be used for swapping.
  105. ;  Multiple directory paths can be seperated using a semi-colon.
  106. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  107. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  108. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  109. ;
  110. ;SwappingDir    C:\
  111. ;SwappingNoEMS
  112. ;SwappingDisable
  113. ;
  114. ;------------------------------------------------------------------------------
  115. ;
  116. ;  Serial port options. These options are generally not needed, as these
  117. ;  settings can usually be determined from the BBS door information file.
  118. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  119. ;  with the modem. "SerialPort" specifies the port port number that the modem
  120. ;  is connected to. Unless you have reassigned the port numbers through your
  121. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  122. ;  so on. Remove the semi-colon (;) to activate either of these options.
  123. ;
  124. ;LockedBPS    38400
  125. ;SerialPort    0
  126. ;
  127. ;
  128. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  129. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  130. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  131. ;  the door to always communicate directly with the modem, bypassing any
  132. ;  FOSSIL driver.
  133. ;
  134. ;NoFossil
  135. ;
  136. ;------------------------------------------------------------------------------
  137. ;
  138. ;  The following options only apply if a FOSSIL driver is NOT being used for
  139. ;  serial communications. If a FOSSIL driver IS being used, these options
  140. ;  are normally set on the FOSSIL driver command line.
  141. ;
  142. ;  Hexidecimal address of the serial port. This address can usually be
  143. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  144. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  145. ;  (;) to activate this option.
  146. ;
  147. ;PortAddress 2F8
  148. ;
  149. ;
  150. ;  Interrupt request line that the serial port is using. May be any IRQ line
  151. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  152. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  153. ;  to activate this option.
  154. ;
  155. ;PortIRQ 4
  156. ;
  157. ;
  158. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  159. ;  the serial I/O receive buffer. You may want to increase this buffer size
  160. ;  if you find that characters being sent from the user's modem are being lost.
  161. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  162. ;  buffer. You may want to increase this buffer size for improved performance
  163. ;  in some multitasking environments.
  164. ;
  165. ReceiveBuffer 256
  166. TransmitBuffer 1024
  167. ;
  168. ;
  169. ;  UART FIFO buffers. Normally, OpenDoors will use 16550A UART FIFO buffers
  170. ;  if they are available. You can prevent OpenDoors from using the FIFO
  171. ;  buffers, even if they are available, by removing the semi-colon before
  172. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  173. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  174. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  175. ;  bytes.
  176. ;
  177. ;NoFIFO
  178. FIFOTriggerSize 4
  179. ;
  180. ;------------------------------------------------------------------------------
  181. ;
  182. ;  Custom door information file support. OpenDoors automatically recognizes
  183. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  184. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  185. ;  to permit OpenDoors doors to operate on BBS systems that produce a different
  186. ;  format file, you may define a custom door information file format. A custom
  187. ;  door information file format is defined using the "CustomFileName" command,
  188. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  189. ;
  190. ;  The "CustomFileName" option specifies the filename used to distinguish this
  191. ;  file format from other file formats. This filename should not include a
  192. ;  path. To specify the path where the door information file is located, use
  193. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  194. ;  custom format is the same as that of one of the built-in formats, the custom
  195. ;  format will override the built-in format.
  196. ;
  197. ;  The actual format of the custom file is specified using a number of lines
  198. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  199. ;  correspond to a single line in the door information file, with the option
  200. ;  following the "CustomFileLine" keyword specifying the information that can
  201. ;  be found on that line. This can be one of the following keywords:
  202. ;
  203. ;                    Ignore - Causes the next line in the door information
  204. ;                             file to be ignored. Use on lines for which none
  205. ;                             of the options below apply.
  206. ;                   ComPort - COM? port the modem is connected to
  207. ;                             (0 indicates local mode)
  208. ;                FossilPort - Fossil port number the modem is connected to
  209. ;                  ModemBPS - BPS rate at which to communicate with modem
  210. ;                             (0 or non-numerical value indicates local mode)
  211. ;                 LocalMode - 1, T or Y if door is operating in local mode
  212. ;                  UserName - Full name of the user
  213. ;             UserFirstName - First name(s) of the user
  214. ;              UserLastName - Last name of the user
  215. ;                     Alias - The user's psuedonym / handle
  216. ;                 HoursLeft - Hours user has left online
  217. ;               MinutesLeft - Minutes user has left online, or time left online
  218. ;                             in format hh:mm
  219. ;               SecondsLeft - Seconds user has left online, or time left online
  220. ;                             in format hh:mm:ss or format mm:ss
  221. ;                             (If more than one of the above time options are
  222. ;                             used, the user time left is taken to be the total
  223. ;                             of all of these values.)
  224. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  225. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  226. ;                       RIP - 1, T or Y for RIP graphics mode
  227. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  228. ;              ScreenLength - Number of lines on user's screen
  229. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  230. ;                  Security - The user's security level / access level
  231. ;                      City - City the user is calling from
  232. ;                      Node - Node number user is connected to
  233. ;                 SysopName - Full name of the sysop
  234. ;            SysopFirstName - The sysop's first name(s)
  235. ;             SysopLastName - The sysop's last name
  236. ;                SystemName - Name of the BBS
  237. ;
  238. ;
  239. CustomFileName    EXAMPLE.DEF                     ; Same format as DORINFO?.DEF
  240. CustomFileLine    SystemName
  241. CustomFileLine    SysopFirstName
  242. CustomFileLine    SysopLastName
  243. CustomFileLine    ComPort
  244. CustomFileLine    ModemBPS
  245. CustomFileLine    Ignore
  246. CustomFileLine    UserFirstName
  247. CustomFileLine    UserLastName
  248. CustomFileLine    City
  249. CustomFileLine    ANSI
  250. CustomFileLine    Security
  251. CustomFileLine    MinutesLeft
  252. ;
  253. ;------------------------------------------------------------------------------
  254.